![]() |
Sensor Fusion for Kinetis MCUs (ISSDK/KSDK version)
|
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Functions | |
| void | SaveMagCalibrationToNVM (SensorFusionGlobals *sfg) |
| void | SaveGyroCalibrationToNVM (SensorFusionGlobals *sfg) |
| void | SaveAccelCalibrationToNVM (SensorFusionGlobals *sfg) |
| void | EraseMagCalibrationFromNVM (void) |
| void | EraseGyroCalibrationFromNVM (void) |
| void | EraseAccelCalibrationFromNVM (void) |
Users who are not using NXP hardware will need to supply their own drivers in place of those defined here.
Definition in file calibration_storage.h.
| void EraseAccelCalibrationFromNVM | ( | void | ) |
Definition at line 188 of file calibration_storage.c.
Referenced by DecodeCommandBytes().
Here is the call graph for this function:
Here is the caller graph for this function:| void EraseGyroCalibrationFromNVM | ( | void | ) |
Definition at line 167 of file calibration_storage.c.
Referenced by DecodeCommandBytes().
Here is the call graph for this function:
Here is the caller graph for this function:| void EraseMagCalibrationFromNVM | ( | void | ) |
Definition at line 146 of file calibration_storage.c.
Referenced by DecodeCommandBytes().
Here is the call graph for this function:
Here is the caller graph for this function:| void SaveAccelCalibrationToNVM | ( | SensorFusionGlobals * | sfg | ) |
Definition at line 112 of file calibration_storage.c.
Referenced by DecodeCommandBytes().
Here is the call graph for this function:
Here is the caller graph for this function:| void SaveGyroCalibrationToNVM | ( | SensorFusionGlobals * | sfg | ) |
Definition at line 73 of file calibration_storage.c.
Referenced by DecodeCommandBytes().
Here is the call graph for this function:
Here is the caller graph for this function:| void SaveMagCalibrationToNVM | ( | SensorFusionGlobals * | sfg | ) |
Definition at line 39 of file calibration_storage.c.
Referenced by DecodeCommandBytes().
Here is the call graph for this function:
Here is the caller graph for this function: